From b2d5cb0340253e31cc9e35ba98394bf265f62f6f Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?=
Date: Sat, 17 Feb 2007 19:45:26 +0000
Subject: [PATCH] reincorporate NEWS, added link to extensions dir in
subversion.
* docs/index-static.html.in: reincorporate NEWS, added link to
extensions dir in subversion.
svn path=/trunk/; revision=220
---
ChangeLog | 5 +++++
docs/index-static.html.in | 30 +++++++++++++++++-------------
2 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fcbf9c1..bff2bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-17 Ãyvind KolÃ¥s
+
+ * docs/index-static.html.in: reincorporate NEWS, added link to
+ extensions dir in subversion.
+
2007-02-16 Ãyvind KolÃ¥s
* babl/babl-fish-path.c: (legal_error), (max_path_length): cache the
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index b4e6d01..919e0cf 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -103,10 +103,7 @@
News
-
--->
- See the ChangeLog in Subversion.
Background
@@ -245,12 +242,18 @@
needs, new ones can be created on the fly. The constructor
will provide the prior created one if duplicates are registered.
babl_format_new (babl_model ("R'G'B'"),
- babl_type ("u8"),
- babl_component ("B'"),
- babl_component ("G'"),
- babl_component ("R'"),
- NULL);
+>format = babl_format_new (babl_model ("R'G'B'"),
+ babl_type ("u8"),
+ babl_component ("B'"),
+ babl_component ("G'"),
+ babl_component ("R'"),
+ NULL);
+
+ babl_process (babl_fish (source_format, destination_format),
+ source_buffer, destination_buffer,
+ pixel_count);
+
--
2.30.2